-
Notifications
You must be signed in to change notification settings - Fork 224
#1688: When resolve assembly from GAC compare version #1699
Conversation
Please review: @davidfowl @anurse @BrennanConroy @victorhurdugaci |
Looks good, ⌚ tests |
/cc @victorhurdugaci Looks like the |
Ran the tests locally on Mac, they're indeed skipped. |
OSSkipCondition should probably use "Linux" instead of "Unix" |
Ya I know, I'm talking about the internals of the class |
9b7fcd2
to
274d035
Compare
public class GacDependencyResolverFacts | ||
{ | ||
[ConditionalTheory] | ||
[OSSkipCondition(OperatingSystems.MacOSX | OperatingSystems.Linux)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skip mono as well.
Ping @davidfowl Sign off? |
public class GacDependencyResolverFacts | ||
{ | ||
[ConditionalTheory] | ||
[FrameworkSkipCondition(RuntimeFrameworks.Mono)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove the other conditional?
Re reun the build |
/cc @davidfowl rebased |
@troydai, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
I'll merge this change as soon as the CI passes. |
Fix issue #1688
I'm adding tests right now.